projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a676f9d
)
Remove depth restriction from gtk_combo_box_set_active_iter docs
author
Matthias Clasen
<mclasen@redhat.com>
Wed, 25 Aug 2010 01:49:33 +0000
(21:49 -0400)
committer
Matthias Clasen
<mclasen@redhat.com>
Wed, 25 Aug 2010 01:51:17 +0000
(21:51 -0400)
While it may not work perfectly in menu mode, it works fine for
list mode. Bug 627843.
gtk/gtkcombobox.c
patch
|
blob
|
history
diff --git
a/gtk/gtkcombobox.c
b/gtk/gtkcombobox.c
index 46a9b952f48895e163d7c1aa3356e467cee78acb..99c9a88febb62941b523384c9431490a200c0d25 100644
(file)
--- a/
gtk/gtkcombobox.c
+++ b/
gtk/gtkcombobox.c
@@
-4992,8
+4992,6
@@
gtk_combo_box_get_active_iter (GtkComboBox *combo_box,
*
* Sets the current active item to be the one referenced by @iter, or
* unsets the active item if @iter is %NULL.
- *
- * @iter must correspond to a path of depth one, or be %NULL.
*
* Since: 2.4
*/